Re: 7.1.3 fails to configure on Solaris 2.7 - Mailing list pgsql-ports

From Henry B. Hotz
Subject Re: 7.1.3 fails to configure on Solaris 2.7
Date
Msg-id p05100308b831e47861a2@[137.78.212.225]
Whole thread Raw
In response to Re: 7.1.3 fails to configure on Solaris 2.7  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-ports
At 8:26 PM -0500 12/3/01, Tom Lane wrote:
>"Henry B. Hotz" <hotz@jpl.nasa.gov> writes:
>>  configure: failed program was:
>>  #line 6802 "configure"
>>  #include "confdefs.h"
>>  int main() { return 0; }
>
>>  I can put those 3 lines in a file and use those gcc options and it
>>  compiles just fine thank you.
>
>But does it *execute*?  And return zero status?
>
>The usual cause of this sort of problem is messed-up shared library
>linkage (eg, LD_LIBRARY_PATH different from linker's search path),
>which doesn't show up till you try to execute the program.
>That's what the test is there to catch.

Ah!  No it doesn't.  It can't find /usr/local/lib/libz.so.  Let's see
there is a configure option for that isn't there?  Setting
LD_RUN_PATH or something. . .
--
The opinions expressed in this message are mine,
not those of Caltech, JPL, NASA, or the US Government.
Henry.B.Hotz@jpl.nasa.gov, or hbhotz@oxy.edu

pgsql-ports by date:

Previous
From: Tom Lane
Date:
Subject: Re: 7.1.3 fails to configure on Solaris 2.7
Next
From: "Henry B. Hotz"
Date:
Subject: Re: 7.1.3 fails to configure on Solaris 2.7